projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
117f284
)
In w32heap.c bump up DUMPED_HEAP_SIZE
author
Martin Rudalics
<rudalics@gmx.at>
Fri, 15 Sep 2017 07:39:17 +0000
(09:39 +0200)
committer
Martin Rudalics
<rudalics@gmx.at>
Fri, 15 Sep 2017 07:39:17 +0000
(09:39 +0200)
* src/w32heap.c (DUMPED_HEAP_SIZE): Bump up DUMPED_HEAP_SIZE
to 13*1024*1024 for 32-bit non-wide-integer builds.
src/w32heap.c
patch
|
blob
|
history
diff --git
a/src/w32heap.c
b/src/w32heap.c
index cd1324cc867311958c199ed2866db607606f8cc7..510f6762bbeb55e1e11a6f98d1a2ab02176cf54b 100644
(file)
--- a/
src/w32heap.c
+++ b/
src/w32heap.c
@@
-118,7
+118,7
@@
typedef struct _RTL_HEAP_PARAMETERS {
#if defined _WIN64 || defined WIDE_EMACS_INT
# define DUMPED_HEAP_SIZE (21*1024*1024)
#else
-# define DUMPED_HEAP_SIZE (1
2
*1024*1024)
+# define DUMPED_HEAP_SIZE (1
3
*1024*1024)
#endif
static unsigned char dumped_data[DUMPED_HEAP_SIZE];